home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-11-17 | 2.4 KB | 112 lines | [TEXT/KAHL] |
- sr_prg.prj.rsrc
- ????????
-
- TYPE MENU
- ,128
- \14
- About Seer
- (-
-
- TYPE MENU
- ,129
- File ;; File menu
- New /N ;; create a new file
- Open... /O ;; open an old file
- Close ;; close a file
- Quit /Q ;; exit the program
-
- TYPE MENU
- ,130
- Edit ;; Edit menu
- Undo /Z ;; undo last change
- Cut /X ;; cut selected
- Copy /C ;; copy selected into clipboard
- Paste /V ;; paste clipboard
- Clear ;; clear something?
-
- TYPE MENU
- ,131
- Seer
- Reset queue ;; reset the seer queue
-
-
- TYPE CNTL
- ,128
- vertical scroll ;; scroll bar to select packets
- -1 483 241 499 ;; put it in the usual place
- Visible ;; it is visible
- 16 ;; procid= a scroll bar
- 0 ;; refcon for the v scroll bar
- 0 16383 0 ;; min max initial (allow 14 bits of selection)
-
-
- TYPE CNTL
- ,129
- update ;; notice new packets, update slider
- 2 5 20 60 ;; top left bottom right
- Visible ;; it is visible
- 0 ;; procid= a simple button
- 0 ;; refcon for the stop button
- 0 1 1 ;; min max initial
-
- TYPE CNTL
- ,130
- auto ;; automaticly follow new packets
- 2 65 20 110 ;; top left bottom right
- Visible ;; it is visible
- 0 ;; procid= a simple button
- 0 ;; refcon for the stop button
- 0 1 1 ;; min max initial
-
- TYPE WIND
- ,128 ;; the seer display window
- seer packets ;; the window title
- 80 7 335 505 ;; a normal large window
- Visible GoAway ;; a normal data window
- 0 ;; procid for a standard document
- 0 ;; refcon not used
-
- TYPE WIND
- ,129 ;; the seer display window
- seer scope ;; the window title
- 44 7 335 505 ;; a normal large window
- Visible GoAway ;; a normal data window
- 0 ;; procid for a standard document
- 0 ;; refcon not used
-
- TYPE WIND
- ,130 ;; the seer display window
- seer status ;; the window title
- 30 7 75 505 ;; a normal large window
- Visible GoAway ;; a normal data window
- 0 ;; procid for a standard document
- 0 ;; refcon not used
-
- TYPE STR#
- ,128
- 4
- Seer program bomb:
- OS error code:
- Click mouse to exit
- Additional data:
-
- * fatal unexpected error texts
- TYPE STR#
- ,129
- 14
- Can't find a window from the resource file
- Can't read a control from the resource file
- Can't open sp_resource.rsrc
- Seer driver configure failed
- A seer device driver call failed with an os error
- Seer packet reception on call failed
- Seer load driver call failed
- Can't open seer_driver file
- Can't open .seer device
- Seer get packet call failed unexpectedly
- Can't find a menu in the resource file
- Can't find a string in the resource file
- No handler for this event,window type
- Can't read PDL resources
-
-